POST api/JobCardService

Request Information

URI Parameters

None.

Body Parameters

JobCardService
NameDescriptionTypeAdditional information
TransJobCardServiceId

decimal number

None.

JobCardCode

string

None.

LinkCode

string

None.

ServiceName

string

None.

ServiceCharge

decimal number

None.

GSTRate

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "TransJobCardServiceId": 1.1,
  "JobCardCode": "sample string 2",
  "LinkCode": "sample string 3",
  "ServiceName": "sample string 4",
  "ServiceCharge": 5.1,
  "GSTRate": 6.1
}

application/xml, text/xml

Sample:
<JobCardService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GMSClass.ClientData.Plain">
  <GSTRate>6.1</GSTRate>
  <JobCardCode>sample string 2</JobCardCode>
  <LinkCode>sample string 3</LinkCode>
  <ServiceCharge>5.1</ServiceCharge>
  <ServiceName>sample string 4</ServiceName>
  <TransJobCardServiceId>1.1</TransJobCardServiceId>
</JobCardService>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.