POST api/CTS/GetCTSMaterials
Request Information
URI Parameters
None.
Body Parameters
CTSServiceMaterialRequestMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| MaterialId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MaterialId": 1,
"CompanyId": 2,
"UserId": 3,
"Token": "sample string 4"
}
application/xml, text/xml
Sample:
<CTSServiceMaterialRequestMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.CTS"> <CompanyId>2</CompanyId> <MaterialId>1</MaterialId> <Token>sample string 4</Token> <UserId>3</UserId> </CTSServiceMaterialRequestMDL>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |