POST api/{DocSoGenaration}/SaveOtherCompanyRateInfo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DocSoGenaration

string

None.

Body Parameters

OtherCompanyRateInfo
NameDescriptionTypeAdditional information
OtherDocPriceId

integer

None.

OtherCompanyId

integer

None.

ChicksBreedId

integer

None.

BreedGenderId

integer

None.

RateOfDate

date

None.

AreaId

integer

None.

ActualRate

decimal number

None.

PrescribeRate

decimal number

None.

UnsoldRate

decimal number

None.

CreateBy

string

None.

CreateDate

date

None.

UpdateBy

string

None.

UpdateDate

date

None.

IsOtherCompany

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OtherDocPriceId": 1,
  "OtherCompanyId": 2,
  "ChicksBreedId": 3,
  "BreedGenderId": 4,
  "RateOfDate": "2024-09-20T05:10:54.1927416+06:00",
  "AreaId": 6,
  "ActualRate": 7.0,
  "PrescribeRate": 8.0,
  "UnsoldRate": 9.0,
  "CreateBy": "sample string 10",
  "CreateDate": "2024-09-20T05:10:54.1927416+06:00",
  "UpdateBy": "sample string 12",
  "UpdateDate": "2024-09-20T05:10:54.1927416+06:00",
  "IsOtherCompany": true
}

application/xml, text/xml

Sample:
<OtherCompanyRateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AimsappApi.Models">
  <ActualRate>7</ActualRate>
  <AreaId>6</AreaId>
  <BreedGenderId>4</BreedGenderId>
  <ChicksBreedId>3</ChicksBreedId>
  <CreateBy>sample string 10</CreateBy>
  <CreateDate>2024-09-20T05:10:54.1927416+06:00</CreateDate>
  <IsOtherCompany>true</IsOtherCompany>
  <OtherCompanyId>2</OtherCompanyId>
  <OtherDocPriceId>1</OtherDocPriceId>
  <PrescribeRate>8</PrescribeRate>
  <RateOfDate>2024-09-20T05:10:54.1927416+06:00</RateOfDate>
  <UnsoldRate>9</UnsoldRate>
  <UpdateBy>sample string 12</UpdateBy>
  <UpdateDate>2024-09-20T05:10:54.1927416+06:00</UpdateDate>
</OtherCompanyRateInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.