POST api/Contact/PostContactGrade
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "XeroContactId": "d3d38397-1bbf-4cfa-867f-aa0e087e0e45", "SaveId": "ac557122-4e5c-4981-adf3-eed0695b7c88", "SaveIds": { "$id": "2", "$values": [ "d36355f6-517d-4abe-92ec-20928a15e1d5", "61c70daf-754b-4561-bc5c-3bb642b57dfa", "b5ca2152-c037-4d11-bf29-776e98f6af8b" ] } }
application/xml, text/xml
Sample:
<ContactController.XeroParamForContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Controllers"> <SaveId>ac557122-4e5c-4981-adf3-eed0695b7c88</SaveId> <SaveIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>d36355f6-517d-4abe-92ec-20928a15e1d5</d2p1:guid> <d2p1:guid>61c70daf-754b-4561-bc5c-3bb642b57dfa</d2p1:guid> <d2p1:guid>b5ca2152-c037-4d11-bf29-776e98f6af8b</d2p1:guid> </SaveIds> <XeroContactId>d3d38397-1bbf-4cfa-867f-aa0e087e0e45</XeroContactId> </ContactController.XeroParamForContact>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.