POST api/SigmaCommon/ContractUpdate
Request Information
URI Parameters
None.
Body Parameters
ISigmaContractUpdateName | Description | Type | Additional information |
---|---|---|---|
ContractId | string |
None. |
|
ContractStatus | string |
None. |
|
EndDate | string |
None. |
|
appSource | string |
Required |
|
webServicekey | string |
Required |
|
appSourceTeam | string |
Required |
|
companyID | integer |
Required |
|
callerID | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "ContractId": "sample string 1", "ContractStatus": "sample string 2", "EndDate": "sample string 3", "appSource": "sample string 4", "webServicekey": "sample string 5", "appSourceTeam": "sample string 6", "companyID": 7, "callerID": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WithJsonResponseCodeName | Description | Type | Additional information |
---|---|---|---|
iSigmaJSONSent | string |
None. |
|
iSigmaRespString | string |
None. |
|
ResponseCode | string |
None. |
|
ResponseMessage | string |
None. |
|
CustomerID | string |
None. |
|
CompanyID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "iSigmaJSONSent": "sample string 1", "iSigmaRespString": "sample string 2", "ResponseCode": "sample string 3", "ResponseMessage": "sample string 4", "CustomerID": "sample string 5", "CompanyID": 6 }