GET api/IngredientsItem/GetIngerdientItemCode?APIKey={APIKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
APIKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkorderInvoiceCodeModelName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{ "code": "sample string 1" }
application/xml, text/xml
Sample:
<WorkorderInvoiceCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"> <Code>sample string 1</Code> </WorkorderInvoiceCodeModel>
multipart/form-data
Sample:
<WorkorderInvoiceCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>sample string 1</Code></WorkorderInvoiceCodeModel>