POST api/computesdreviewamount
Request Information
URI Parameters
None.
Body Parameters
ComputeSDReviewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
Required |
|
| ContractId | globally unique identifier |
None. |
|
| ContractNumber | string |
None. |
|
| ContractType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": "b57d34b2-7b34-4499-965c-0282dd92a07f",
"ContractId": "6832e958-44e9-4268-a97d-f6727bb902de",
"ContractNumber": "sample string 1",
"ContractType": "sample string 2"
}
text/plain, application/octet-stream
Sample:
{"AccountId":"b57d34b2-7b34-4499-965c-0282dd92a07f","ContractId":"6832e958-44e9-4268-a97d-f6727bb902de","ContractNumber":"sample string 1","ContractType":"sample string 2"}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |