POST api/BranchKaratRate

Request Information

URI Parameters

None.

Body Parameters

BranchKaratRate
NameDescriptionTypeAdditional information
BRANCH_CODE

string

Required

Max length: 6

KARAT_CODE

string

Required

Max length: 4

KARAT_RATE

decimal number

None.

ISDEFAULT

boolean

None.

POPKARAT_RATE

decimal number

Required

Request Formats

application/json, text/json

Sample:
{
  "BRANCH_CODE": "sample string 1",
  "KARAT_CODE": "sample string 2",
  "KARAT_RATE": 3.1,
  "ISDEFAULT": true,
  "POPKARAT_RATE": 5.1
}

text/html

Sample:
{"BRANCH_CODE":"sample string 1","KARAT_CODE":"sample string 2","KARAT_RATE":3.1,"ISDEFAULT":true,"POPKARAT_RATE":5.1}

application/xml, text/xml

Sample:
<BranchKaratRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.Master">
  <BRANCH_CODE>sample string 1</BRANCH_CODE>
  <ISDEFAULT>true</ISDEFAULT>
  <KARAT_CODE>sample string 2</KARAT_CODE>
  <KARAT_RATE>3.1</KARAT_RATE>
  <POPKARAT_RATE>5.1</POPKARAT_RATE>
</BranchKaratRate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />