POST api/PscCharges/Save
Request Information
URI Parameters
None.
Body Parameters
PscChargesPendingInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OldCharges | decimal number |
Required |
|
| NewCharges | decimal number |
Required |
|
| CreatedBy | globally unique identifier |
Required |
|
| RevenueLine | string |
Required |
|
| ServiceType | integer |
Required |
|
| StartDate | date |
Required |
|
| Currency | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"OldCharges": 1.0,
"NewCharges": 1.0,
"CreatedBy": "a2a4adcd-def9-483a-90af-2950c9b70e5f",
"RevenueLine": "sample string 1",
"ServiceType": 2,
"StartDate": "2026-09-07T04:06:26.782485+00:00",
"Currency": "sample string 4"
}
multipart/form-data
Sample:
{"OldCharges":1.0,"NewCharges":1.0,"CreatedBy":"a2a4adcd-def9-483a-90af-2950c9b70e5f","RevenueLine":"sample string 1","ServiceType":2,"StartDate":"2026-09-07T04:06:26.782485+00:00","Currency":"sample string 4"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.