DELETE api/PaymentTerm/DELETE
Request Information
URI Parameters
None.
Body Parameters
C_PaymentTermName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PaymentName | string |
None. |
|
Days | integer |
None. |
|
CreatedBy | integer |
None. |
|
CreatedOn | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "PaymentName": "sample string 2", "Days": 1, "CreatedBy": 1, "CreatedOn": "2025-03-28T15:42:30.7656716+00:00", "ModifiedBy": 1, "ModifiedOn": "2025-03-28T15:42:30.7656716+00:00" }
application/xml, text/xml
Sample:
<C_PaymentTerm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <CreatedBy>1</CreatedBy> <CreatedOn>2025-03-28T15:42:30.7656716+00:00</CreatedOn> <Days>1</Days> <Id>1</Id> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-03-28T15:42:30.7656716+00:00</ModifiedOn> <PaymentName>sample string 2</PaymentName> </C_PaymentTerm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |