POST api/NominationService/SubmitIntraDayChangeRequest
Request Information
URI Parameters
None.
Body Parameters
SubmittedSubDailyChangeRequestName | Description | Type | Additional information |
---|---|---|---|
Day | date |
None. |
|
SellerId | integer |
None. |
|
DeliveryPointId | integer |
None. |
|
FinalNominationChangesGj | decimal number |
None. |
|
FinalFcmCreditChangesGj | decimal number |
None. |
|
FinalFcmDebitChangesGj | decimal number |
None. |
|
SellerComments | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Day": "2024-10-30T15:50:47.6290585+00:00", "SellerId": 2, "DeliveryPointId": 3, "FinalNominationChangesGj": 4.0, "FinalFcmCreditChangesGj": 5.0, "FinalFcmDebitChangesGj": 6.0, "SellerComments": "sample string 7" }
application/xml, text/xml
Sample:
<SubmittedSubDailyChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Chevron.Abu.Whs.Portals.Domgas.Dto.Nomination"> <Day>2024-10-30T15:50:47.6290585+00:00</Day> <DeliveryPointId>3</DeliveryPointId> <FinalFcmCreditChangesGj>5</FinalFcmCreditChangesGj> <FinalFcmDebitChangesGj>6</FinalFcmDebitChangesGj> <FinalNominationChangesGj>4</FinalNominationChangesGj> <SellerComments>sample string 7</SellerComments> <SellerId>2</SellerId> </SubmittedSubDailyChangeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.