POST api/endicia/post

Add records to the endicia db

Request Information

Parameters

NameDescriptionAdditional information
value
Values to be added to the Endicia db in a json string 
            Example: {"KEYID":"TEST","Sequence":"CCM-001","First_Name":null,"Last_Name":null,"Full_Name":"KATELYN YOUNG","Title":null,"Company":null,"Address_4":null,"Address_3":null,"Address_2":null,"Address_1":"309 BLACKMORE RD","City":"CAMILLUS","State":"NY","ZipCode":"13031","Country":"US","Job_ID":"1725182","Job_Number":"1725182","Customer_ID":null,"Tracking_Number":null,"Return_Attention":"WellCare Mail Returns","Return_Address_1":"P.O Box 31398","Return_Address_2":"","Return_City":"Tampa","Return_State":"FL","Return_ZipCode":"33601","Mail_Class":null,"Tracking_Type":null,"Group_Code":null,"Value_1":null,"Description":"Información importante del plan","Length":null,"Width":null,"Height":null,"Weight":null,"POFlag":null,"Rubber_Stamp_1":null,"Rubber_Stamp_2":null,"Rubber_Stamp_3":null,"Rubber_Stamp_4":null,"Rubber_Stamp_5":null}

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:

Sample not available.

Response Information

Id in message if the data was added successfully

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}