POST api/documentpackage/type
Request Information
URI Parameters
None.
Body Parameters
DocumentPackageTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| printing_type | string |
None. |
|
| domain_id | string |
None. |
|
| datecreated | date |
None. |
|
| createdby | integer |
None. |
|
| datemodified | date |
None. |
|
| modifiedby | integer |
None. |
|
| isdeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"printing_type": "sample string 1",
"domain_id": "sample string 2",
"datecreated": "2026-05-01T21:08:50.8875493+00:00",
"createdby": 1,
"datemodified": "2026-05-01T21:08:50.8875493+00:00",
"modifiedby": 1,
"isdeleted": true
}
text/html
Sample:
{"id":1,"printing_type":"sample string 1","domain_id":"sample string 2","datecreated":"2026-05-01T21:08:50.8875493+00:00","createdby":1,"datemodified":"2026-05-01T21:08:50.8875493+00:00","modifiedby":1,"isdeleted":true}
application/xml, text/xml
Sample:
<DocumentPackageTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"> <createdby>1</createdby> <datecreated>2026-05-01T21:08:50.8875493+00:00</datecreated> <datemodified>2026-05-01T21:08:50.8875493+00:00</datemodified> <domain_id>sample string 2</domain_id> <id>1</id> <isdeleted>true</isdeleted> <modifiedby>1</modifiedby> <printing_type>sample string 1</printing_type> </DocumentPackageTypeModel>
multipart/form-data
Sample:
<DocumentPackageTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><createdby>1</createdby><datecreated>2026-05-01T21:08:50.8875493+00:00</datecreated><datemodified>2026-05-01T21:08:50.8875493+00:00</datemodified><domain_id>sample string 2</domain_id><id>1</id><isdeleted>true</isdeleted><modifiedby>1</modifiedby><printing_type>sample string 1</printing_type></DocumentPackageTypeModel>
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. |