When issues are fetched, if fetched issues are not expected to be fetched again, ApproveRequestReceived method is called, and all issues this company received by request before are marked as received. Issues marked in this way will not be sent again for another request. If issues which have been received from the service before are expected to be received as well, ApproveRequestReceived method should not be used.
| Name | Value | |
|---|---|---|
| REST-API METHOD | APPROVE REQUEST RECEIVED | |
| HTTP METHOD | POST | |
| RESPONSE TYPE | XML | |
| URL | https://api.csm.next4biz.net/services/IssueService/{CompanyID}/issueapprove.json/{businessChannelID}/{LangID} | https://api.csm.next4biz.net/services/IssueService/{CompanyID}/issueapprove.xml/{businessChannelID}/{LangID} |
| REQUEST HEAD | Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+json,application/json;q=0.9,*/*;q=0.8 Content-Type: application/json | Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Type: application/xml |
<boolean
xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
{OperationResult}
</boolean>
{
"0": " \n\t{OperationResult}\n"
}