{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"084b7c16-db43-42d2-9286-12f0bf14fe76","name":"Web services 3.0 - Agencies","description":"## Travel Agency exclusively.\n\nThe api webservices is an http:post based on SSL protocol.  \nConsumers must have credentials and declared the IPs to access the web servers.\n\nThe agency that wants to consume the webservices must sign and NDA agreement, once the support team received this agreement will create the credentials in order to access the API.\n\n## Web service manager:\n\nThis application allows users to self-manage the access of the web services consumers.  \nKIU web services support will create your access and the credentials to consume the XML web services.\n\nThe web service support will give to the customers at first time:\n\n- **user**: The unique access code assigned to the customer for the partition.\n    \n- **password**: A temporary password will be informed to the customer to login at firt time. After the customer can change the password.\n    \n\n---\n\n## Web services consumption:\n\nWeb services support will also assing to the consumer:\n\n- **user:** This user is the one allowed to consume web services and it would be the same of the ws-manager. It must be declare on the http:post sent to the web server.\n    \n- **password:** The password is different of the ws-manager and it is the access password by environment of the webservices. Customer will be assigned a password for production and one for testing.\n    \n\nAs mentioned before, the web service is a HTTP:POST over a SSL protocol. The Content-type acepted is x-www-urlenconde, so the expected format of the http:post have to be like the next curl example:\n\n``` plaintext\n`\ncurl --location --request POST 'https://ssl00.kiusys.com/ws3/index.php' \n--header 'Content-Type: application/x-www-form-urlencoded' \n--data-urlencode 'user=XX' \n--data-urlencode 'password=testeokiu' \n--data-urlencode 'request=${XML Request body}\n\n ```\n\nThe \"user\" is the code assigned to customer.  \nThe \"password\" should be the correct password assigned by environment. The environment is the \"Target\" attribute in the body of the methods. It is a common type and only accept the values as enum:\n\n**Target values**\n\n- Production\n    \n- Testing\n    \n\nIn case password does not match against the information into the web service manager by environment, the consumer will received an 'Invalid Credentials'error.\n\nThe validation service will match the user, password, IP and Target(declared into the body of the request) to grant the access and execute the request.\n\nInto the param 'request' is expected the body of the method to consume in XML format.\n\n# List of possible errors\n\n| Error_code | Error_message | Error_description |\n| --- | --- | --- |\n| 0 | Undefined error | Error at processing the request commands, report to [webservices@kiusys.com](https://mailto:webservices@kiusys.com) |\n| 100000 | Access error | Error trying to connect to web server please contact administrator |\n| 10001 | Called method unknown | Verify the method name or check web services manual |\n| 10002 | Invalid Access | The IP of requestor is not correctly entered in web services manager |\n| 10003 | Not allowed in this partition | Review the password that correspond to the target requested in xml body |\n| 10004 | XML message could not be parsed | The xml is not well formated |\n| 10005 | Invalid Credentials | The user or password send in HTTP POST are not correct. |\n| 10006 | Too many PNRs to process | More than one PNR to process has been sent, the method only accept one instance per call. |\n| 10007 | Too many eTKTs to process | The method accept only one ticket instance per call |\n| 10009 | There is no contact info for this reservation | Contact information is required and not entered in the request,Phone, address or email for at least one passegner should be entered |\n| 10010 | There is a passenger without document | It is required that a passenger has type and document ID associated. |\n| 10011 | XML response has an error | Please try again |\n| 10012 | Too many IDs to process | There are more than one account code. The method only accept one account code instance per call. |\n| 10013 | PNR not informed | There is no PNR code present in the call. |\n| 10014 | Too many Time Limits to process | Only one instance of ticket time limit by call is supported. |\n| 10015 | New Time Limit not informed | Invalid ticket time limit, review the request element. |\n| 10016 | There is a discrepancy between the DirectFlightsOnly and MaxStopsQuantity parameters | The combination of parameters are not logic to apply, please review the request. |\n| 10017 | The TravelerRefNumberRPHList in the SSR informs a non-existant RPH | The value of the attribute TravelerRefNumberRPHList not corresponding with any instance of passenger in the booking request. |\n| 10018 | There is a discrepancy between the AirItinerary flight data and the SSR flight data | There is a discrepancy between the flightSegment data and the SSR flightLeg data. |\n| 10019 | There is at least one passenger without proper TSA data | Include the TSA data for all passengers in party. |\n| 10020 | This flight requires TSA data for passengers but it is not present | The TSA information is requiered and not included in the call. |\n| 10021 | Too many TicketDesignatorCodes to process | More than 3 discount codes are present in the call. |\n| 10022 | There are at least two different passengers with the exact same name | There are two passenger with the same name.Use the Prefix to differ one from the other. |\n| 10025 | There is both one PNR and one eTicket in the request, only one identifier type allowed | Ticket and PNR identifier are OneOf, please define the call. |\n| 10026 | The TerminalID is not an authorized device | The terminalID has not been declared in the WebServices manager. |\n| 10027 | The AgentSine is not authorized for this device | The AgentSine declare in the call is invalid for the TerminalID. Check the web services manager devices and sines. |\n| 10029 | At least one of the informed passenger birth dates is in the future | The date of birth is beyond in the future. |\n| 10030 | At least one of the informed passenger birth dates does not correspond with the informed passenger type | The date of birht for a passenger is not correct for the passenger type. |\n| 10035 | The date must not be in the past or over 330 days in the future | The date rule must not be in past and not beyond 330 days in future. |\n| 10036 | Too many OriginDestinationInformation elements to process | Too may OriginDestinationInformation present in the call, please check the manual for the method uses. |\n| 10037 | Too many FareRestrictPref elements to process | More than one currency conversion present in the call, only support one currency instance per call. |\n| 10038 | Too many RuleReqInfo elements to process | The method support only one FareID per call. |\n| 10039 | Carriers are not allowed to check other carrier's airports | Invalid airport for carrier. |\n| 10040 | Carriers are not allowed to check other carrier's rules | The Marketing Airline code is invalida for the requester. |\n| 10047 | Only one currency is allowed for all Products | Only one currency instance per pricing is allowed. |\n| 10048 | All Comments cannot be over 100 characters | All remarks exceed the limit of 100 chars. |\n| 10051 | FareBasisCode only allows up to ten characters | Invalid FareBasis code based on Min/Max Lenght 1 to 10. |\n| 11001 | Error at parameter EchoToken | The value of EchoToken is not valid. |\n| 11002 | Error at parameter SequenceNmbr | The value of SequenceNmbr is not correct. The default value is 1. |\n| 11004 | Error at parameter Age Qualifying Code | The value of the PassengerTypeCode is not correct with the code declared (INF, CNN, ADT o GRP). |\n| 11005 | Error at parameter DepartureDateTime | The DepartureDateTime value is not a valid ISO date format. |\n| 11006 | Error at parameter OriginLocation | Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected. |\n| 11007 | Error at parameter DestinationLocation | Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected. |\n| 11010 | Error at parameter MarketingAirline | Invalid value for the element MarketingAirline. Two alphanumeric chars is expected. |\n| 11011 | Error at parameter DepartureAirport | Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected. |\n| 11012 | Error at parameter ArrivalAirport | Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected |\n| 11013 | Error at parameter ArrivalDateTime | The value of ArrivalDateTime of the FlightSegment element is not an ISO DateTime format. |\n| 11014 | Error at parameter ResBookDesigCode | The value of attribute ResBookDesigCode is not correct under 1 UpperCaseAlphachar. |\n| 11015 | Error at parameter FlightNumber | The value of attribute FlightNumber is not valid. Integer (0-9999). |\n| 11016 | Error at parameter Quantity | The value of the attribute Quantity of the element PassengerTypeQuantity is not an integer. |\n| 11017 | Error at parameter ISOCountry | The value of the attribute ISOCountry from the element Source is not correct.UpperCaseAlpha (2). |\n| 11018 | Error at parameter ISOCurrency | The value of the attribute ISOCurrency of the element Source is not correct under the ISO 4127 format. |\n| 11019 | Error at parameter PseudoCityCode | The value of the attribute PseudoCityCode of the element Source is not correct under valdidation UpperAlphacase (3). |\n| 11020 | Error at parameter GivenName | The value of the element GivenName of element AirTraveler is not correct. UpperAlphaCase (18). |\n| 11021 | Error at parameter SurName | The value of the element GivenName of element AirTraveler is not correct. UpperAlphaCase (18). |\n| 11022 | Error at parameter NamePrefix | The value of the element NamePrefix of the element AirTraveler is invalid. Possible options (MR, MRS, MSS o JR). |\n| 11023 | Error at parameter PaymentType | The value of the attribute PaymentType of the element PaymentInfo is not one of (1, 5, 6, 34 ó 37). |\n| 11025 | Error at parameter BookingReferenceID | The value of the attribute ID of the element BookingReferenceID is not valid. UpperAlphaCase (6) |\n| 11026 | Error at parameter Endorsement | Invalid value of the element Endorsement.AlphanumericSpecial (127). |\n| 11027 | Error at parameter Commission Percent | The value of the attribute Percent of the element Commission is not correc. (decimal). |\n| 11028 | Error at parameter TicketTimeLimit | The value of the attribute TicketTimeLimit of the element Ticketing is not correct. Integer. |\n| 11030 | Error at parameter CustLoyalty | The value of the attribute ProgramID or attribute MembershipID of the element CustLoyalty is not correct under the Types UpperCase alphanumeric 2 and Alphanumeric 22. |\n| 11031 | Error at parameter Document ID | The value of the attribute DocID of the element Document is not correct under the Type UpperCase alphanumerci (46). |\n| 11032 | Error at parameter PhoneNumber | The value of the attribute PhoneNumber of the element Telephone is not valid under the type AlphanumericSpecial(50). |\n| 11033 | Error at parameter Email | The value of the element Email of the element AirTraveler is not valid under the type email. |\n| 11034 | Error at parameter Address | The information entered under the element Address (AddressLine, CityName, PostalCode, StateProv, CountryName) are not valid. |\n| 11035 | Error at parameter Remark | The value of the element Remarks from the element Remarks is not valid under the type format UpperCaseAlphanumericspecial (127). |\n| 11036 | Error at parameter TerminalID | The TerminalID is not valid under the type format UpperCaseAlphanumeric (10) or it is an invalid device, please check the web services manager. |\n| 11037 | Error at parameter AgentSine | The attribute AgentSine of the element source is invalid under the type format UpperCaseAlphanumeric (9) or it is an invalid AgentSine for the terminalID, please check the web services manager. |\n| 11039 | Error at parameter PNR | The value of the attribute ID of the element BookingReferenceID is not valid under the type format UpperCaseAlphabetical(6). |\n| 11040 | Error at parameter Ticket Number | The Ticket number is not valid under the type Integer(13). |\n| 11041 | Error at parameter ID Type | The value of the element ID is not valid under the type format Lenght (14-30). |\n| 11042 | Error at parameter Document Type | The value of the attribute DocType of the element Document is not valid under the TypeFormat UpperCaseAlphanumeric (2-3). |\n| 11043 | Error at parameter Carrier | The value of the attribute code of the element Airline is not valid under the type format UpperAlphaNumeric (2). |\n| 11044 | Error at parameter Profile ID | The value of the attribute ID of the element UniqueID is not valid under the type format UpperCaseAlphanumeric(32). |\n| 11046 | Error at parameter VAT | The value of the attribute VAT of the element ValueAddedTax is not valid under the type format NumericSpecial. |\n| 11047 | Error at parameter MaxStopsQuantity | Invalid value of the attribute MaxStopsQuantity ENUM (0 to 4). |\n| 11048 | Error at parameter AreaCityCode | The value of the attribute AreaCityCode of the element Telephone is not valid. |\n| 11049 | Error at parameter TsaBirthDate | THe valud of the attribute BirthDate is not valid under the format DDMMMYY (30OCT73). |\n| 11050 | Error at parameter TsaGender | The value of the attribute Gender of the element TSAInfo is not valid under the ENUM (M, F, MI, FI, U). |\n| 11051 | Error at parameter DocIssueCountry | The value of the attribute DocIssueCountry of the element TSAInfo is not valid under the type format UpperCaseAlphanumeric(2). |\n| 11052 | Error at parameter BirthCountry | The value of the attribute BirthCountry of the element TSAInfo is not valid under the format type UpperCaseAlphabetical (2). |\n| 11053 | Error at parameter DocExpireDate | The value of the attribute DocExpireDate of the element TSAInfo is not valid under the format type DDMMMYY (10JAN22). |\n| 11054 | Error at parameter TSADocType | The value of the attribute TSADocType is not valid under the ENUM (AC, P, IP, F, A, C, I). |\n| 11055 | Error at parameter TSADocID | The value of the attribute of the element TSADocID is not valid under the type format UpperCaseAlphanumeric (15). |\n| 11056 | Error at parameter RPH | The value of the attribute RPH of the element TravelerRefNumber is not valid as Integer(1-99). |\n| 11057 | Error at parameter ServiceQuantity | The value of the attribute ServiceQuantity of the element SpecialServiceRequest is not valid under the type format Integer(1-9999). |\n| 11058 | Error at parameter Status | The value of the attribute Status of the element SpecialServiceRequest is not valid under the Type format UpperCaseAlphabetical (2). |\n| 11059 | Error at parameter Text | The value of the attribute Text of the element PaymentInfo is not valid under the type format UpperCaseAlphabeticalSpecial(99). |\n| 11061 | Error at parameter TravelerRefNumberRPHList | The value of the attribute TravelerRefNumberRPHList of the element SpecialServiceRequest is not valid under the type format NumericSpecial(1-99,blankspace). |\n| 11062 | Error at parameter SSRCode | The value of the attribute SSRCode of the element SpecialServiceRequest is not valid under the type format UpperCaseAlphabetical (4). |\n| 11063 | Error at SSR parameter Airline Code | The value of the attribute Code of the element SpecialServiceRequest is not valid under the type format UpperCaseAlphanumeric (2). |\n| 11064 | Error at SSR parameter ArrivalAirport Code | The value of the attribute Code of the element ArrivalAirport of the SpecialServiceRequest is not valid under the type UpperCaseAlphabetica (3) or is an invalid location code. |\n| 11065 | Error at SSR parameter DepartureAirport Code | The value of the attribute Code of the element DepartureAirport of the SpecialServiceRequest is not valid under the type UpperCaseAlphabetica (3) or is an invalid location code. |\n| 11066 | Error at SSR parameter Date | The value of the attribute Date of the element FlightLeg is not valid. |\n| 11067 | Error at SSR parameter FlightNumber | The value of the attribute FlightNumber of the element FlightLeg is not valid under the type format Integer(0-9999). |\n| 11068 | Error at SSR parameter ResBookDesigCode | The value of the attribute ResBookDesigCode of the element FlightLeg is not valid under the type format UpperCaseAlphabetical (1). |\n| 11069 | Error at parameter MiddleName | The value of the element MiddleName of the element AirTraveler is not valid. |\n| 11070 | Error at parameter CardCode | The value of the attribute CardCode of the element is not valid. |\n| 11071 | Error at parameter TicketDesignatorCode | The vaue of the attribute TicketDesignatorCode of the element DiscountPricing is not valid. |\n| 11072 | Error at parameter TourCode | The value of the attribute TourCode of the element DemandTicketDetail is not valid under the type format UpperCaseAlphanumeric(10). |\n| 11073 | Error at parameter Target | The value of the attribute Target is not valid under the ENUM (Production/Testing). |\n| 11075 | Error at parameter BirthDate | The value of the attribute BirthDate of the element AirTraveler is not valid under the type DDMMMYY (10JAN21). |\n| 11076 | Error at parameter tax Amount | The value of the attribute Amount of the element TAX is not valid under the type Decimal. |\n| 11077 | Error at parameter tax Code | The value of the attribute TaxCode of the element Tax is not valid under the type format Alphanumeric (2). |\n| 11078 | Error at parameter CardNumber | The value of the attribute CardNumber of the element CreditCardInfo is not valid under the format type Integer (15-16). |\n| 11079 | Error at parameter CardType | The value of the attribute CardType of the element CreditCardInfo is not valid under the enum (1,2). |\n| 11080 | Error at parameter SeriesCode | The value of the attribute CardNumber of the element CreditCardInfo is not valid under the format Integer (6). |\n| 11081 | Error at parameter ExpireDate | The value of the element CreditCardInfo is not valid under the type MMYY.Integer(4) |\n| 11082 | Error at parameter InvoiceCode | The value of the attribute InvoiceCode of the element PaymentInfo is not valid. Check the FOPCFG Table. |\n| 11083 | Error at parameter MiscellaneousCode | The value of the attribute MiscellaneousCode of the element PaymentInfo is not valid. Check the FOPCFG table. |\n| 11084 | Error at parameter Commission CapAmount | The value of the attribute CapAmount of the element Commission is not valid under the type format (decimal). |\n| 11086 | Error at parameter DisplayOrder | The value of the attribute DisplayOrder of the root element is not valid under the enum (“ByPriceLowToHigh” o “ByPriceHighToLow”) |\n| 11087 | Error at parameter FareReference | The value of the element FareReference is not valid under the type form UpperCaseAlphanumeric. |\n| 11088 | Error at parameter FareNumber | The value of the attribute FareNumber of the element RuleReqInfo is not valid Integer. |\n| 11097 | Error at parameter Reason | The value of the element Reason is not valid under the type format UpperCaseAlphanumerciSpecial(127). |\n| 11102 | Error at parameter CurrencyCode | The value of the attribute CurrencyCode of the element Product is not valid under the type form ISO Currency 4125. |\n| 11103 | Error at parameter CouponNumber | The value of the attribute CouponNumber of the element TicketItemInfo is not valid under the type integer. |\n| 11107 | Error at parameter FareRestriction | The value of the attribute FareRestriction of the element TravelPreferences is not valid under the type integer. |\n| 12002 | The PNR does not correspond with an active reservation | The PNR not exists. |\n| 11104 | Error at parameter ChequeNumber | The value of the attribute ChequeNumber of the element PaymentInformation is not valid under the type Integer. |\n| 11105 | Error at parameter FiscalCode | The value of the element FiscalCode is not valid under the type Integer. |\n| 11106 | Error at parameter ForceIssue | THe value of the attribute ForceIssue of the main root element is not valid under the type Boolean. (“true”, “false” o empty). |\n| 12001 | Error processing your request. Please try again | Error processing the request on the server side, try again or contact [webservices@kiusys.com](https://mailto:webservices@kiusys.com) for support. |\n| 12002 | The PNR does not correspond with an active reservation | The record locator code is not found or the reservation expired. |\n| 12007 | There are no more available areas for operation. Please try again | System cannot process your request for overloading. Try again or contact [webservices@kiusys.con](https://mailto:webservices@kiusys.con) for support. |\n| 12008 | The supplied AgentSine does not have the proper duties for this action | The AgentSine received has not the proper duties to cancel reservation or void a ticket. Please contact [webservices@kiusys.com](https://mailto:webservices@kiusys.com). |\n| 12012 | The reservation has already been cancelled | The reservation received is not active. |\n| 12013 | There is no information on exchange rate between fare currency and requested currency | The currency request is not active in system. Please contact system administrator for support. |\n| 12014 | The requested fare does not exist or is not active | The fare requested does not exist or is not active for the requested date. |\n| 12017 | At least one of the requested Product Code is not supported | The request code is not supported or not exists for the airline. |\n| 12018 | The ProductIssueDate parameter is mandatory for at least one of the requested Product Code | The param ProductIssueDate is requiered for the code requested. |\n| 12019 | The requested Product Codes combination is not supported | The combination of products requested is not allowed by the carrier. |\n| 12020 | The LocationCode parameter is mandatory for at least one of the requested Product Code | One or more products requested required the param LocationCode. |\n| 12021 | At least one of the requested ProductIssueDate is out of the range supported by the airline | One or more products codes with the param ProductIssueDate are not allowed by the carrier. |\n| 12022 | The Carrier does not support the selected form of payment | Form of payment not supported by carrier. Please contact the carrier or [webservices@kiusys.com](https://mailto:webservices@kiusys.com) for support. |\n| 12023 | At least one of the requested Product can only be issued with flown status | One of the product requested only can be issued with status FLOWN, if you want to forced issued, enable the attribute ForceIssue= “true” |\n| 12024 | The requested Ticket number could not be found | The ticket number not exists. |\n| 12025 | The requested Coupon number could not be found | The coupon number not exist for the ticket number requested. |\n| 12026 | At least one of the requested Product does not allow a ProductIssueDate | One or more product codes not allowed the ProductIssueDate. |\n| 12027 | The ExpireDate of the provided PaymentCard is invalid | The value of the attribute ExpireDate of the element PaymentCard is not valid under the type integer (4). |\n| 12028 | The CardCode of the provided PaymentCard is invalid | The value of the attribute CardCode of the element PaymentCard is not recognized by the airline. |\n| 13001 | Server response was invalid or incomplete | Internal server error. Try again or contact [webservices@kiusys.com](https://mailto:webservices@kiusys.com) if the error persist. |\n| 13002 | Invalid PaymentRPH does not exist | The value of the reference PaymentRPH attribute is not declared previously. |\n\n---\n\n# Schemas definitions - CommonTypes\n\n- [KIU_CommonTypes](https://xmlns-stage-new.kiusys.com/schemas/KIU_CommonTypes.xsd)\n    \n- [KIU_SimpleTypes](https://xmlns-stage-new.kiusys.com/schemas/KIU_SimpleTypes.xsd)\n    \n- [OTA_CommonTypes](https://xmlns-stage-new.kiusys.com/schemas/OTA_CommonTypes.xsd)\n    \n- [OTA_AirCommonTypes](https://xmlns-stage-new.kiusys.com/schemas/OTA_AirCommonTypes.xsd)\n    \n- [OTA_AirPreferences](https://xmlns-stage-new.kiusys.com/schemas/OTA_AirPreferences.xsd)\n    \n- [OTA_SimpleTypes](https://xmlns-stage-new.kiusys.com/schemas/OTA_SimpleTypes.xsd)\n    \n\n---\n\n# **List of methods**","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"6642875","collectionId":"084b7c16-db43-42d2-9286-12f0bf14fe76","publishedId":"TzzBrbwC","public":true,"publicUrl":"https://kiuws-docs-agencies.kiusys.net","privateUrl":"https://go.postman.co/documentation/6642875-084b7c16-db43-42d2-9286-12f0bf14fe76","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.10.0","publishDate":"2021-08-20T14:07:37.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/768118b36f06c94b0306958b980558e6915839447e859fe16906e29d683976f0","favicon":"https://kiusys.net/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://kiuws-docs-agencies.kiusys.net/view/metadata/TzzBrbwC"}