POST api/v1/category/update-category
Request Information
URI Parameters
None.
Body Parameters
UpdateBillerCategoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CategoryCountryId | string |
None. |
|
| CategoryTypeId | integer |
None. |
|
| StatusId | integer |
None. |
|
| CreatedBy | string |
None. |
|
| RequestId | string |
Required Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9.|/-]+$)) |
|
| CountryId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"CategoryCountryId": "sample string 4",
"CategoryTypeId": 5,
"StatusId": 6,
"CreatedBy": "sample string 7",
"RequestId": "sample string 8",
"CountryId": "sample string 9"
}
application/xml, text/xml
Sample:
<UpdateBillerCategoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects"> <CountryId>sample string 9</CountryId> <RequestId>sample string 8</RequestId> <CategoryCountryId>sample string 4</CategoryCountryId> <CategoryTypeId>5</CategoryTypeId> <CreatedBy>sample string 7</CreatedBy> <Description>sample string 3</Description> <Id>1</Id> <Name>sample string 2</Name> <StatusId>6</StatusId> </UpdateBillerCategoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.