POST api/SaiSDQuoteTemplateCategory/Post
Request Information
URI Parameters
None.
Body Parameters
SaiSDQuoteTemplateCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SaiSDQuoteTemplateCategoryId | integer |
None. |
|
| Description | string |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SaiSDQuoteTemplateCategoryId": 2,
"Description": "sample string 3",
"AccountId": 4,
"CompanyId": "sample string 5",
"CreatedBy": "sample string 6",
"CreatedOn": "2025-12-16T20:15:58.5522006+00:00"
}
application/xml, text/xml
Sample:
<SaiSDQuoteTemplateCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD"> <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">4</AccountId> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CompanyId> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CreatedBy> <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:15:58.5522006+00:00</CreatedOn> <Description>sample string 3</Description> <Id>1</Id> <SaiSDQuoteTemplateCategoryId>2</SaiSDQuoteTemplateCategoryId> </SaiSDQuoteTemplateCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaiSDQuoteTemplateCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SaiSDQuoteTemplateCategoryId | integer |
None. |
|
| Description | string |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"SaiSDQuoteTemplateCategoryId": 2,
"Description": "sample string 3",
"AccountId": 4,
"CompanyId": "sample string 5",
"CreatedBy": "sample string 6",
"CreatedOn": "2025-12-16T20:15:58.5707719+00:00"
}
application/xml, text/xml
Sample:
<SaiSDQuoteTemplateCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD"> <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">4</AccountId> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CompanyId> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CreatedBy> <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:15:58.5707719+00:00</CreatedOn> <Description>sample string 3</Description> <Id>1</Id> <SaiSDQuoteTemplateCategoryId>2</SaiSDQuoteTemplateCategoryId> </SaiSDQuoteTemplateCategory>